home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 December / december_2001.iso / Internet Programs / Spider Writer 5.2 / _SETUP.1 / SpiderWriter.chm / source / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-07-24  |  2.2 KB  |  39 lines

  1. . { font-family: Arial; }
  2. A { font-weight: bold; text-decoration: none; font-size: 10pt; color: #0066cc }
  3. A:Hover { font-weight: bold; text-decoration: none; font-size: 10pt; color: #0099FF }
  4. BODY { background-color : #FFFFFF ; background-image : url('images/background.gif') ; background-repeat : repeat-y;
  5.     color : #000000 ; font-size : 10pt ; font-weight : normal ; }
  6. H2 { font-size: 16pt; padding-bottom: 5px; border-bottom: 1px; border-bottom-style: solid; color: #000000; }
  7. H3 { font-size: 14pt; }
  8. H4 { font-size: 12pt; }
  9. H5 { font-size: 10pt; }
  10. TD { font-weight: normal; font-size: 10pt; background-color: #FFFFFF; color: #000000 }
  11. TH { font-weight: bold; font-size: 10pt; background-color: #EEEEEE; text-align: left; color: #000000 }
  12. XMP { display: inline; }
  13.  
  14. .Command { font-weight: bold; }
  15. .Control { font-style: oblique; }
  16. .Window { font-weight: bold; }
  17.  
  18. .Footer { font-size: 8pt; }
  19. .Transparent TD { font-weight: normal; font-size: 10pt; background-color: transparent; color: #000000 }
  20. .Transparent TH { font-weight: bold; font-size: 10pt; text-align: left; background-color: transparent; color: #000000 }
  21.  
  22. .CodeBlock { border-width: 1px; border-style: solid; border-color: #000000; 
  23.     background-color: #FFFFCC; margin: 15px, 20px; padding: 15px; }
  24. .ContextMenu { border-width: 1px; border-style: solid; border-color: #000000; 
  25.     background-color: #E0F0FF; margin: 15px, 20px; padding: 15px; }
  26. .Important { background-image: url('images/important.gif'); background-repeat: no-repeat; background-position: 5px;      
  27.     border-width: 1px; border-style: solid; border-color: #000000; background-color: #FFCCCC; 
  28.     margin: 12px, 20px; padding: 5px, 5px, 5px, 25px; }
  29. .Note { background-image: url('images/note.gif'); background-repeat: no-repeat; background-position: 5px;      
  30.     border-width: 1px; border-style: solid; border-color: #000000; background-color: #FFFFAA; 
  31.     margin: 12px, 20px; padding: 5px, 5px, 5px, 25px; }
  32. .Tip { background-image: url('images/tip.gif'); background-repeat: no-repeat; background-position: 5px;      
  33.     border-width: 1px; border-style: solid; border-color: #000000; background-color: #FFFFAA; 
  34.     margin: 12px, 20px; padding: 5px, 5px, 5px, 25px; }
  35.  
  36. .Code { font-family: monospace; }
  37. .HTML { font-family: monospace; color: #0033CC; }
  38.  
  39.